FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowColCollection<T> Class / SetSource Method

In This Topic
    SetSource Method (GridRowColCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetSource( _
       ByVal collection As IDataCollection(Of T) _
    ) 
    protected void SetSource( 
       IDataCollection<T> collection
    )

    Parameters

    collection
    See Also